PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnablePageAnnotations Method
True if the page annotations are enabled.
In This Topic
    setEnablePageAnnotations Method
    In This Topic
    Sets a value indicating whether page annotations are enabled.
    If page annotations are not enabled, then the method will return null for pages loaded from the PDF file.
    Syntax
    public void setEnablePageAnnotations( 
       boolean value
    )

    Parameters

    value
    True if the page annotations are enabled.
    See Also